Loads the entities of the client view.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Load()
Visual Basic
Public Sub Load

Remarks

If the entities are already in the cache, there will be no roundtrip to the server.

See Also